@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@1,300&display=swap');

html, body {
    overflow: hidden;
    background-color: #222222;
}

.main {
    height: 100vh;
    z-index: 1;
    
    padding: 35vh 0;
}

p {
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    font-size: 5vh;
}

#particles-js {
    position: fixed;

    width: 100%;
    height: 100%;
}

.gs-logo {
    max-width: 40%;
    height: auto;
}
